home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / tscredd2.zip / INSTALL5.BAT < prev    next >
DOS Batch File  |  1990-05-07  |  1KB  |  40 lines

  1. echo off
  2. del %3\Demos\install4.bat
  3. echo -[Install5.bat]---------------------------------------------------------
  4. echo -
  5. echo - The Turbo ScrEdit program files are now installed on your system.
  6. if  "%1"=="F" goto FLOPPY
  7. if  "%1"=="f" goto FLOPPY
  8. echo -
  9. echo - Locate the file "PRINTME.1ST" which was stored in the directory
  10. echo - %3 during the installation.
  11. echo -
  12. goto cont1
  13. :FLOPPY
  14. echo -
  15. echo - Locate the file "PRINTME.1ST" which was stored on the diskette
  16. echo - labeled "1 of 5 - Turbo ScrEdit" and insert it into Drive B%
  17. echo -
  18. :cont1
  19. echo - "PrintMe.1st" contains additional instructions for preparing your
  20. echo - system to use Turbo ScrEdit. It also contains instructions for
  21. echo - creating the object code libraries needed by programmers for accessing
  22. echo - screens stored in Turbo ScrEdit screen library files.
  23. echo -
  24. echo - To continue this installation, print the file "PRINTME.1ST" and
  25. echo - locate the installation instructions on page 3 in the section:
  26. echo - "** CONCLUDING THE INSTALLATION ** Continued from README.DOC **"
  27. echo -
  28. if "%1"=="H" goto Hard1
  29. if "%1"=="h" goto Hard1
  30. echo - FLOPPY DRIVER USERS:
  31. echo -      Insert the diskette labeled "1 of 5 - Turbo ScrEdit"
  32. echo -      into %3
  33. pause
  34. %3
  35. goto end
  36. :Hard1
  37. cd %3
  38. :end
  39. echo - To print "PrintMe.1st" Type: Copy Printme.1st prn
  40. echo -----------------------------------------------------------------------